ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / FrozenColumns Property






In This Topic
    FrozenColumns Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the number of frozen columns.
    Syntax
    'Declaration
     
    
    Public Overridable Property FrozenColumns As System.Integer
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Integer
     
    instance.FrozenColumns = value
     
    value = instance.FrozenColumns
    public virtual System.int FrozenColumns {get; set;}
    public read-write property FrozenColumns: System.Integer; virtual; 
    public function get,set FrozenColumns : System.int
    public: __property virtual System.int get_FrozenColumns();
    public: __property virtual void set_FrozenColumns( 
       System.int value
    );
    public:
    virtual property System.int FrozenColumns {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    Frozen columns do not scroll, but the cells they contain may be selected and edited.
    See Also